47. Quiz: OR
Questions using the OR operator
Find list of orders ids where either
gloss_qty
orposter_qty
is greater than 4000. Only include theid
field in the resulting table.Write a query that returns a list of orders where the
standard_qty
is zero and either thegloss_qty
orposter_qty
is over 1000.Find all the company names that start with a 'C' or 'W', and the primary contact contains 'ana' or 'Ana', but it doesn't contain 'eana'.
Code
If you need a code on the https://github.com/udacity.